Fix make check
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 15 Jun 2005 05:55:02 +0000 (05:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 15 Jun 2005 05:55:02 +0000 (05:55 +0000)
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-simple-anim.h
gdk-pixbuf/gdk-pixbuf.symbols

index 8972c30d9fa924778757e20ca511236d1b727668..f806129505b3559202f150c1a6fba14c9d0430ef 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf.symbols:
+       * gdk-pixbuf-simple-anim.h: Add 
+       gdk_pixbuf_simple_anim_iter_get_type()
+
 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
 
        * io-pnm.c (pnm_read_next_value): Check for overflow.
index 81aeb72027ab7bcddc88257d362af4f5a1c26593..d2624042613fed6fcc8f3f9fdc5cc7658aa7d844 100644 (file)
@@ -40,6 +40,7 @@ typedef struct _GdkPixbufSimpleAnimClass GdkPixbufSimpleAnimClass;
 #define GDK_PIXBUF_SIMPLE_ANIM_GET_CLASS(obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXBUF_SIMPLE_ANIM, GdkPixbufSimpleAnimClass))
 
 GType gdk_pixbuf_simple_anim_get_type (void) G_GNUC_CONST;
+GType gdk_pixbuf_simple_anim_iter_get_type (void) G_GNUC_CONST;
 
 GdkPixbufSimpleAnim *gdk_pixbuf_simple_anim_new           (gint   width, 
                                                            gint   height,
index 24975cff2236ef43c70aa857211778650185693e..f05590bf15f4ca44503ba6c62a8a722d38febc07 100644 (file)
@@ -125,6 +125,7 @@ gdk_pixbuf_non_anim_new
 #if IN_HEADER(GDK_PIXBUF_SIMPLE_ANIM_H)
 #if IN_FILE(__GDK_PIXBUF_SIMPLE_ANIM_C__)
 gdk_pixbuf_simple_anim_get_type G_GNUC_CONST
+gdk_pixbuf_simple_anim_iter_get_type G_GNUC_CONST
 gdk_pixbuf_simple_anim_new
 gdk_pixbuf_simple_anim_add_frame
 #endif